projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf01b2
)
build: Add more default errors
author
Colin Walters
<walters@verbum.org>
Wed, 7 Dec 2016 14:55:10 +0000
(09:55 -0500)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Wed, 7 Dec 2016 16:44:15 +0000
(16:44 +0000)
Newer gcc has `-Wincompatible-pointer-types`, hooray!
Add a few others that we pass today.
Closes: #618
Approved by: jlebon
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index cb1cc9808612aea7b0705800ce294103b422ae14..ff27b0a06dac36c7d75e6adfb750073a209f7dc1 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-29,6
+29,9
@@
CC_CHECK_FLAGS_APPEND([WARN_CFLAGS], [CFLAGS], [\
-Werror=return-type \
-Werror=overflow \
-Werror=int-conversion \
+ -Werror=parenthesis \
+ -Werror=incompatible-pointer-types \
+ -Werror=misleading-indentation \
-Werror=missing-include-dirs -Werror=aggregate-return \
-Werror=declaration-after-statement \
])